projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e2a550
)
toolpalette: Fixed inconsistent spacing
author
Johannes Schmid
<jhs@gnome.org>
Wed, 11 Nov 2009 09:02:36 +0000
(10:02 +0100)
committer
Johannes Schmid
<jhs@gnome.org>
Wed, 11 Nov 2009 09:02:36 +0000
(10:02 +0100)
gtk/gtktoolitemgroup.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolitemgroup.c
b/gtk/gtktoolitemgroup.c
index 20da0833320417f7b8f3e9b4927802d439be97fb..838068f46d861edf134e266af75bd4da4ab91c9f 100644
(file)
--- a/
gtk/gtktoolitemgroup.c
+++ b/
gtk/gtktoolitemgroup.c
@@
-427,14
+427,11
@@
gtk_tool_item_group_set_property (GObject *object,
case PROP_LABEL:
gtk_tool_item_group_set_label (group, g_value_get_string (value));
break;
-
case PROP_LABEL_WIDGET:
gtk_tool_item_group_set_label_widget (group, g_value_get_object (value));
-
case PROP_COLLAPSED:
gtk_tool_item_group_set_collapsed (group, g_value_get_boolean (value));
break;
-
case PROP_ELLIPSIZE:
gtk_tool_item_group_set_ellipsize (group, g_value_get_enum (value));
break;